home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 9825 / 9825.xpi / chrome / skin / related_searches.css < prev    next >
Cascading Style Sheet File  |  2010-01-11  |  3KB  |  137 lines

  1. #related-searches *
  2. {
  3.     height: auto !important;
  4.     font-family: Arial,Helvetica,Sans-Serif !important;
  5. }
  6.  
  7. .smarterwiki-clearfix:after
  8. {
  9.     clear: both !important;
  10.     content: "." !important;
  11.     display: block !important;
  12.     height: 0 !important;
  13.     visibility: hidden !important;
  14. }
  15.  
  16. #related-searches.boxed
  17. {
  18.     -moz-border-radius-bottomleft: 8px !important;
  19.     -moz-border-radius-bottomright: 8px !important;
  20.     -moz-border-radius-topleft: 8px !important;
  21.     -moz-border-radius-topright: 8px !important;
  22.     border-radius: 8px !important;
  23.     background-color: #EEEEEE !important;
  24.     border: 3px solid #CCCCCC !important;
  25.     margin-bottom: 5px !important;
  26.     padding: 7px 7px 7px 20px !important;
  27.     width: 520px !important;
  28.     display: block !important;
  29. }
  30.  
  31. #related-searches.boxed.related-searches-yahoo
  32. {
  33.     width: 495px !important;
  34.     margin-bottom: 17px !important;
  35. }
  36.  
  37. #related-searches.inline
  38. {
  39.     margin-left: 25px !important;
  40.     /*vertical-align: middle !important;*/
  41. }
  42.  
  43. a#smarterwiki-disable-button
  44. {
  45.     background-color: transparent !important;
  46.     background-image: url("http://static.smarterfox.com/media/close-icon-gray.png") !important;
  47.     background-position: 0 0 !important;
  48.     background-repeat: no-repeat !important;
  49.     border: medium none !important;
  50.     display: inline-block !important;
  51.     height: 13px !important;
  52.     vertical-align: middle !important;
  53.     width: 13px !important;
  54. }
  55.  
  56. #related-searches.boxed a#smarterwiki-disable-button
  57. {
  58.     float: right !important;     
  59. }
  60.  
  61. a#smarterwiki-disable-button:hover
  62. {
  63.     background-image: url("http://static.smarterfox.com/media/close-icon-red.png") !important;
  64. }
  65.  
  66. label#related-searches-label
  67. {
  68.     color: #666666 !important;
  69.     font-family: Arial,Helvetica,sans-serif !important;
  70.     font-size: 11px !important;
  71.     text-decoration: none !important;
  72.     float: left !important;
  73.     margin-bottom: 5px !important;
  74. }
  75.  
  76. ul#related-searches-list
  77. {
  78.     list-style-type: none !important;
  79.     list-style-image: none !important;
  80.     padding: 0 !important;
  81.     margin: 0 !important;
  82.     /*
  83.     margin-top: 2px !important;
  84.     margin-bottom: 5px !important;
  85.     */
  86. }
  87.  
  88. li.related-searches-list-item
  89. {
  90.     float: left !important;
  91.     margin-right: 25px !important;
  92. }
  93.  
  94. a.search-engine-link 
  95. {
  96.     font-size: 13px !important;
  97.     text-decoration: none !important;
  98. }
  99.  
  100. #related-searches.inline a.search-engine-link
  101. {
  102.     vertical-align: middle !important;
  103. }
  104.  
  105. img.search-engine-favicon
  106. {
  107.     width: 20px !important;
  108.     height: 20px !important;
  109.     border: 0 !important;
  110.     vertical-align: middle !important;
  111.     display: inline-block !important;
  112.     margin-right: 5px !important;
  113. }
  114. #related-searches.boxed .search-engine-link .search-engine-label
  115. {
  116.     vertical-align: middle !important;    
  117. }
  118. #related-searches.inline img.search-engine-favicon
  119. {
  120.     width: 14px !important;
  121.     height: 14px !important;
  122.     vertical-align: middle !important;
  123.     margin-right: 15px !important;
  124. }
  125.  
  126. #related-searches.related-searches-google
  127. {
  128.     margin-top: -6px !important;
  129.     margin-left: 8px !important;
  130.     margin-bottom: 11px !important;
  131. }
  132.  
  133. #related-searches.related-searches-baidu
  134. {
  135.     margin-top: -5px !important;
  136.     margin-bottom: 12px !important;
  137. }